home *** CD-ROM | disk | FTP | other *** search
- object MailProcessForm: TMailProcessForm
- Left = 393
- Top = 408
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Processing'
- ClientHeight = 125
- ClientWidth = 412
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object MessageLabel: TLabel
- Left = 6
- Top = 39
- Width = 401
- Height = 13
- AutoSize = False
- Caption = 'MessageLabel'
- end
- object ConvertLabel: TLabel
- Left = 5
- Top = 73
- Width = 405
- Height = 13
- AutoSize = False
- Caption = 'ConvertLabel'
- end
- object PercentLabel: TLabel
- Left = 4
- Top = 108
- Width = 274
- Height = 13
- AutoSize = False
- Caption = 'PercentLabel'
- end
- object CancelButton: TButton
- Left = 332
- Top = 6
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Default = True
- TabOrder = 0
- OnClick = CancelButtonClick
- end
- object pbMessages: TProgressBar
- Left = 5
- Top = 57
- Width = 404
- Height = 12
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object pbConvert: TProgressBar
- Left = 4
- Top = 91
- Width = 405
- Height = 12
- Min = 0
- Max = 100
- TabOrder = 2
- end
- end
-